popover: Add private _gtk_popover_set_apply_shape() call
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 4 Feb 2014 19:45:53 +0000 (20:45 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 4 Feb 2014 20:29:25 +0000 (21:29 +0100)
commit2d9c09d6c0621a0b9bd24e1054af4a8b31912935
tree00d49fa3c336155ad5d1b5dadb562a4545b9651c
parent0493d746504f91335b55f76efa3d894d92734104
popover: Add private _gtk_popover_set_apply_shape() call

Popovers no longer sets a shape, unless this function is called. This
function exists so widgets that are potentially placed on top of other
native windows can get a popover that's nicely shaped, even if it has
no border shadow around.

https://bugzilla.gnome.org/show_bug.cgi?id=723556
gtk/Makefile.am
gtk/gtkpopover.c
gtk/gtkpopoverprivate.h [new file with mode: 0644]